Auto merge of #4716 - Mark-Simulacrum:frozen-freezes-beta, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 12 Nov 2017 22:34:46 +0000 (22:34 +0000)
committerbors <bors@rust-lang.org>
Sun, 12 Nov 2017 22:34:46 +0000 (22:34 +0000)
commitcee38cd30d16b343b13721ec813dc89eb1c1642d
tree8a0eb48ca1c399d01ee437243fbf8a7a6400ed38
parenta296afa9ba3051788fa1a96d8a1028a85143c2de
parenta96d7fd6e30eb8ac60d8577ea1c6098a5d3817b8
Auto merge of #4716 - Mark-Simulacrum:frozen-freezes-beta, r=alexcrichton

[beta] Do not update semantically equivalent lockfiles with --frozen/--locked.

A previous patch in #4684 attempted to fix this, but didn't work for the
case where the [root] crate wasn't the first crate in the sorted package
array.

Backport of https://github.com/rust-lang/cargo/pull/4714.